projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e290aeb
)
(TAGS): Use the makefile in src subdir.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 12 May 1994 02:21:17 +0000
(
02:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 12 May 1994 02:21:17 +0000
(
02:21
+0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 77437d00c2010e1fada8cffbacc3d78f7631bc6d..092a460ce404f78db2eae4353f8c13baa64bd146 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-487,8
+487,7
@@
relock:
(cd src; $(MAKE) $(MFLAGS) relock)
TAGS tags: lib-src
- (cd ${srcdir}/src; \
- ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el)
+ cd ${srcdir}/src; $(MAKE) tags
check:
@echo "We don't have any tests for GNU Emacs yet."